Impl.attributes

Undocumented in source.
template Impl(T...)
static if(!(T.length == 0))
static if(isInstanceOf!(ForeignKey, T[0]))
enum attributes = T[0].referencedTableName;

Meta